home *** CD-ROM | disk | FTP | other *** search
- object frmTest: TfrmTest
- Left = 347
- Top = 299
- Width = 503
- Height = 400
- Caption = 'frmTest'
- Color = clBtnFace
- Constraints.MinHeight = 400
- Constraints.MinWidth = 500
- ParentFont = True
- OldCreateOrder = False
- Position = poMainFormCenter
- OnActivate = FormActivate
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object StatusBar1: TStatusBar
- Left = 0
- Top = 347
- Width = 495
- Height = 19
- Panels = <>
- SimplePanel = False
- end
- object pMessages: TPanel
- Left = 0
- Top = 119
- Width = 495
- Height = 228
- Align = alClient
- BevelInner = bvRaised
- BevelOuter = bvLowered
- TabOrder = 1
- object PageControl1: TPageControl
- Left = 2
- Top = 2
- Width = 491
- Height = 224
- ActivePage = tsSummary
- Align = alClient
- TabOrder = 0
- object tsSummary: TTabSheet
- Caption = 'tsSummary'
- object mSummary: TMemo
- Left = 0
- Top = 0
- Width = 483
- Height = 196
- Align = alClient
- ScrollBars = ssBoth
- TabOrder = 0
- end
- end
- object tsDetails: TTabSheet
- Caption = 'tsDetails'
- ImageIndex = 1
- object mOutput: TMemo
- Left = 0
- Top = 0
- Width = 483
- Height = 196
- Align = alClient
- ScrollBars = ssBoth
- TabOrder = 0
- end
- end
- end
- end
- object pControls: TPanel
- Left = 0
- Top = 0
- Width = 495
- Height = 119
- Align = alTop
- BevelInner = bvRaised
- BevelOuter = bvLowered
- TabOrder = 2
- object lvFilelist: TListView
- Left = 6
- Top = 8
- Width = 355
- Height = 99
- Anchors = [akLeft, akTop, akRight]
- Columns = <
- item
- Width = 330
- end>
- SmallImages = frmFilzipMain.fzImages
- TabOrder = 2
- ViewStyle = vsReport
- end
- object btnClose: TButton
- Left = 410
- Top = 36
- Width = 75
- Height = 25
- Anchors = [akTop, akRight]
- Cancel = True
- Caption = 'btnClose'
- TabOrder = 0
- OnClick = btnCloseClick
- end
- object btnTest: TButton
- Left = 410
- Top = 8
- Width = 75
- Height = 25
- Anchors = [akTop, akRight]
- Caption = 'btnTest'
- Default = True
- TabOrder = 1
- OnClick = btnTestClick
- end
- object btnAdd: TButton
- Left = 368
- Top = 8
- Width = 17
- Height = 48
- Anchors = [akTop, akRight]
- Caption = '+'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 3
- OnClick = btnAddClick
- end
- object btnDel: TButton
- Left = 368
- Top = 56
- Width = 17
- Height = 48
- Anchors = [akTop, akRight]
- Caption = '-'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- TabOrder = 4
- OnClick = btnDelClick
- end
- end
- object odAddArchives: TOpenDialog
- Options = [ofHideReadOnly, ofAllowMultiSelect, ofEnableSizing]
- Left = 456
- Top = 72
- end
- object zmTest: TZipMaster
- Verbose = False
- Trace = False
- AddCompLevel = 9
- AddOptions = []
- ExtrOptions = []
- Unattended = False
- MinZipDllVers = 172
- MinUnzDllVers = 172
- VersionInfo = '1.72'
- AddStoreSuffixes = [assGIF, assPNG, assZ, assZIP, assZOO, assARC, assLZH, assARJ, assTAZ, assTGZ, assLHA]
- OnMessage = zmTestMessage
- SpanOptions = []
- KeepFreeOnDisk1 = 0
- KeepFreeOnAllDisks = 0
- SFXCaption = 'Self-extracting Archive'
- SFXOverWriteMode = OvrConfirm
- SFXPath = 'ZipSFX.bin'
- Left = 392
- Top = 72
- end
- object zcTest: TZipCheck
- CpuType = cptAuto
- OnCorruptZipHeader = zcTestCorruptZipHeader
- OnStatus = zcTestStatus
- Left = 424
- Top = 72
- end
- end
-